]> shimmer.witbreuk.eu Git - UltimateKEYS.git/blobdiff - autohotkey/UltimateKEYS (for AutoHotkey v1.1).ahk
Add files via upload
[UltimateKEYS.git] / autohotkey / UltimateKEYS (for AutoHotkey v1.1).ahk
index 4fef82582eb6bd4ddc555a637cec25459a912358..cacf849a483e382b5daceafbc6f92db3fbaf6ab6 100644 (file)
@@ -1,6 +1,6 @@
 #requires AutoHotkey v1.1
 
 #requires AutoHotkey v1.1
 
-; UltimateKEYS (for AutoHotkey v1.1).ahk - 2025-02-10
+; UltimateKEYS (for AutoHotkey v1.1).ahk - 2025-02-19
 
 ; Website :  https://pieter-degroote.github.io/UltimateKEYS/
 
 
 ; Website :  https://pieter-degroote.github.io/UltimateKEYS/
 
@@ -263,8 +263,8 @@ compose.item[".g"] := "{u+0121}"  ; (ġ) g with dot above
 compose.item[".G"] := "{u+0120}"  ; (Ġ) G with dot above
 compose.item[".h"] := "{u+1e23}"  ; (ḣ) h with dot above
 compose.item[".H"] := "{u+1e22}"  ; (Ḣ) H with dot above
 compose.item[".G"] := "{u+0120}"  ; (Ġ) G with dot above
 compose.item[".h"] := "{u+1e23}"  ; (ḣ) h with dot above
 compose.item[".H"] := "{u+1e22}"  ; (Ḣ) H with dot above
-compose.item[".i"] := "{u+0131}"  ; (ı) dotless i (Turkish, Azerbaijani)
-compose.item[".I"] := "{u+0130}"  ; (İ) I with dot above (Turkish, Azerbaijani)
+compose.item[".i"] := "{u+0131}"  ; (ı) dotless i
+compose.item[".I"] := "{u+0130}"  ; (İ) I with dot above
 compose.item[".j"] := "{u+0237}"  ; (ȷ) dotless j
 compose.item[".l"] := "{u+0140}"  ; (ŀ) l with middle dot
 compose.item[".L"] := "{u+013f}"  ; (Ŀ) L with middle dot
 compose.item[".j"] := "{u+0237}"  ; (ȷ) dotless j
 compose.item[".l"] := "{u+0140}"  ; (ŀ) l with middle dot
 compose.item[".L"] := "{u+013f}"  ; (Ŀ) L with middle dot
@@ -276,7 +276,6 @@ compose.item[".o"] := "{u+022f}"  ; (ȯ) o with dot above
 compose.item[".O"] := "{u+022e}"  ; (Ȯ) O with dot above
 compose.item[".p"] := "{u+1e57}"  ; (ṗ) p with dot above
 compose.item[".P"] := "{u+1e56}"  ; (Ṗ) P with dot above
 compose.item[".O"] := "{u+022e}"  ; (Ȯ) O with dot above
 compose.item[".p"] := "{u+1e57}"  ; (ṗ) p with dot above
 compose.item[".P"] := "{u+1e56}"  ; (Ṗ) P with dot above
-compose.item[".q"] := "{u+1e9b}"  ; (ẛ) long s with dot above
 compose.item[".r"] := "{u+1e59}"  ; (ṙ) r with dot above
 compose.item[".R"] := "{u+1e58}"  ; (Ṙ) R with dot above
 compose.item[".s"] := "{u+1e61}"  ; (ṡ) s with dot above
 compose.item[".r"] := "{u+1e59}"  ; (ṙ) r with dot above
 compose.item[".R"] := "{u+1e58}"  ; (Ṙ) R with dot above
 compose.item[".s"] := "{u+1e61}"  ; (ṡ) s with dot above
@@ -315,10 +314,10 @@ compose.item["-d"] := "{u+0111}"  ; (đ) d with stroke
 compose.item["-D"] := "{u+0110}"  ; (Đ) D with stroke
 compose.item["-e"] := "{u+0113}"  ; (ē) e with macron
 compose.item["-E"] := "{u+0112}"  ; (Ē) E with macron
 compose.item["-D"] := "{u+0110}"  ; (Đ) D with stroke
 compose.item["-e"] := "{u+0113}"  ; (ē) e with macron
 compose.item["-E"] := "{u+0112}"  ; (Ē) E with macron
-compose.item["-g"] := "{u+01e5}"  ; (ǥ) g with stroke (Skolt Sami)
-compose.item["-G"] := "{u+01e4}"  ; (Ǥ) G with stroke (Skolt Sami)
-compose.item["-h"] := "{u+0127}"  ; (ħ) h with stroke (Maltese)
-compose.item["-H"] := "{u+0126}"  ; (Ħ) H with stroke (Maltese)
+compose.item["-g"] := "{u+01e5}"  ; (ǥ) g with stroke
+compose.item["-G"] := "{u+01e4}"  ; (Ǥ) G with stroke
+compose.item["-h"] := "{u+0127}"  ; (ħ) h with stroke
+compose.item["-H"] := "{u+0126}"  ; (Ħ) H with stroke
 compose.item["-i"] := "{u+012b}"  ; (ī) i with macron
 compose.item["-I"] := "{u+012a}"  ; (Ī) I with macron
 compose.item["-j"] := "{u+0249}"  ; (ɉ) j with stroke
 compose.item["-i"] := "{u+012b}"  ; (ī) i with macron
 compose.item["-I"] := "{u+012a}"  ; (Ī) I with macron
 compose.item["-j"] := "{u+0249}"  ; (ɉ) j with stroke
@@ -345,7 +344,6 @@ compose.item["-Z"] := "{u+01b5}"  ; (Ƶ) Z with stroke
 
 ; Compose :  Macron and Stroke (additional)
 
 
 ; Compose :  Macron and Stroke (additional)
 
-compose.item["_f"] := "{u+1e9d}"  ; (ẝ) long s with high stroke
 compose.item["_g"] := "{u+1e21}"  ; (ḡ) g with macron
 compose.item["_G"] := "{u+1e20}"  ; (Ḡ) G with macron
 compose.item["_i"] := "{u+0268}"  ; (ɨ) i with stroke
 compose.item["_g"] := "{u+1e21}"  ; (ḡ) g with macron
 compose.item["_G"] := "{u+1e20}"  ; (Ḡ) G with macron
 compose.item["_i"] := "{u+0268}"  ; (ɨ) i with stroke
@@ -403,16 +401,12 @@ compose.item["bi"] := "{u+012d}"  ; (ĭ) i with breve
 compose.item["bI"] := "{u+012c}"  ; (Ĭ) I with breve
 compose.item["bo"] := "{u+014f}"  ; (ŏ) o with breve
 compose.item["bO"] := "{u+014e}"  ; (Ŏ) O with breve
 compose.item["bI"] := "{u+012c}"  ; (Ĭ) I with breve
 compose.item["bo"] := "{u+014f}"  ; (ŏ) o with breve
 compose.item["bO"] := "{u+014e}"  ; (Ŏ) O with breve
-compose.item["bs"] := "{u+0219}"  ; (ș) s with comma below (Romanian)
-compose.item["bS"] := "{u+0218}"  ; (Ș) S with comma below (Romanian)
-compose.item["bt"] := "{u+021b}"  ; (ț) t with comma below (Romanian)
-compose.item["bT"] := "{u+021a}"  ; (Ț) T with comma below (Romanian)
+compose.item["bs"] := "{u+0219}"  ; (ș) s with comma below
+compose.item["bS"] := "{u+0218}"  ; (Ș) S with comma below
+compose.item["bt"] := "{u+021b}"  ; (ț) t with comma below
+compose.item["bT"] := "{u+021a}"  ; (Ț) T with comma below
 compose.item["bu"] := "{u+016d}"  ; (ŭ) u with breve
 compose.item["bU"] := "{u+016c}"  ; (Ŭ) U with breve
 compose.item["bu"] := "{u+016d}"  ; (ŭ) u with breve
 compose.item["bU"] := "{u+016c}"  ; (Ŭ) U with breve
-compose.item["bw"] := "{u+01bf}"  ; (ƿ) small letter wynn
-compose.item["bW"] := "{u+01f7}"  ; (Ƿ) capital letter wynn
-compose.item["by"] := "{u+021d}"  ; (ȝ) small letter yogh
-compose.item["bY"] := "{u+021c}"  ; (Ȝ) capital letter yogh
 compose.item["b3"] := "{u+0292}"  ; (ʒ) small letter ezh
 compose.item["b#"] := "{u+01b7}"  ; (Ʒ) capital letter ezh
 
 compose.item["b3"] := "{u+0292}"  ; (ʒ) small letter ezh
 compose.item["b#"] := "{u+01b7}"  ; (Ʒ) capital letter ezh
 
@@ -535,6 +529,10 @@ compose.item["ls"] := "{u+0283}"  ; (ʃ) Latin small letter esh
 compose.item["lS"] := "{u+01a9}"  ; (Ʃ) Latin capital letter esh
 compose.item["lu"] := "{u+028a}"  ; (ʊ) Latin small letter upsilon
 compose.item["lU"] := "{u+01b1}"  ; (Ʊ) Latin capital letter upsilon
 compose.item["lS"] := "{u+01a9}"  ; (Ʃ) Latin capital letter esh
 compose.item["lu"] := "{u+028a}"  ; (ʊ) Latin small letter upsilon
 compose.item["lU"] := "{u+01b1}"  ; (Ʊ) Latin capital letter upsilon
+compose.item["lw"] := "{u+01bf}"  ; (ƿ) small letter wynn
+compose.item["lW"] := "{u+01f7}"  ; (Ƿ) capital letter wynn
+compose.item["ly"] := "{u+021d}"  ; (ȝ) small letter yogh
+compose.item["lY"] := "{u+021c}"  ; (Ȝ) capital letter yogh
 compose.item["l8"] := "{u+0223}"  ; (ȣ) small letter ou
 compose.item["l*"] := "{u+0222}"  ; (Ȣ) capital letter OU
 compose.item["l7"] := "{u+0242}"  ; (ɂ) small letter glottal stop
 compose.item["l8"] := "{u+0223}"  ; (ȣ) small letter ou
 compose.item["l*"] := "{u+0222}"  ; (Ȣ) capital letter OU
 compose.item["l7"] := "{u+0242}"  ; (ɂ) small letter glottal stop
@@ -968,8 +966,8 @@ compose.item["o*"] := "{u+00b0}"  ; (°) degree sign
 compose.item[".-"] := "{u+00b7}"  ; (·) middle dot
 compose.item[".3"] := "{u+2026}"  ; (…) horizontal ellipsis
 compose.item[".."] := "{u+2026}"  ; (…) horizontal ellipsis
 compose.item[".-"] := "{u+00b7}"  ; (·) middle dot
 compose.item[".3"] := "{u+2026}"  ; (…) horizontal ellipsis
 compose.item[".."] := "{u+2026}"  ; (…) horizontal ellipsis
-compose.item["a-"] := "{u+00aa}"  ; (ª) feminine ordinal indicator (Spanish, Portuguese, Italian, Galician)
-compose.item["o-"] := "{u+00ba}"  ; (º) masculine ordinal indicator (Spanish, Portuguese, Italian, Galician)
+compose.item["a-"] := "{u+00aa}"  ; (ª) feminine ordinal indicator
+compose.item["o-"] := "{u+00ba}"  ; (º) masculine ordinal indicator
 compose.item["!!"] := "{u+00a1}"  ; (¡) inverted exclamation mark
 compose.item["??"] := "{u+00bf}"  ; (¿) inverted question mark
 compose.item["!?"] := "{u+203d}"  ; (‽) interrobang
 compose.item["!!"] := "{u+00a1}"  ; (¡) inverted exclamation mark
 compose.item["??"] := "{u+00bf}"  ; (¿) inverted question mark
 compose.item["!?"] := "{u+203d}"  ; (‽) interrobang